home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / win2 / wnbrws32.zip / WNBROWSE.TXT < prev   
Text File  |  1993-03-23  |  27KB  |  752 lines

  1.                             WnBrowse 3.2
  2.                             ============
  3.  
  4.                         A Windows File Browser
  5.                         ======================
  6.  
  7.                                  By
  8.                                  ==
  9.  
  10.                            Nigel G. Thomas
  11.                            ===============
  12.  
  13.  
  14. Introduction
  15. ============
  16.  
  17. The standard method of viewing files under Windows is to use the provided
  18. accessory program Notepad. As a file viewer however, Notepad has a number
  19. of limitations. It can only be used for relatively small files (less than
  20. 53K), and can only view text files. When you view a file using an editor,
  21. you also run the risk of inadvertently modifying the file.
  22.  
  23. WnBrowse removes these limitations, and in addition provides MANY more
  24. facilities to make file viewing faster and easier.
  25.  
  26. Some of the highlights of WnBrowse 3.2 are :
  27.  
  28.   * Support for files of up to 12 megabytes in size
  29.   * Files may be viewed in a text or hex format
  30.   * Text can be selected and copied to the clipboard
  31.   * The file or a selected portion can be printed with optional user
  32.     defined running headers/footers.
  33.   * Font selection capability
  34.   * Selectable colour schemes
  35.   * Drag and Drop file support.
  36.   * One-click operation via the Button-Bar
  37.   * Online Help
  38.   * Optional File Manager Extension.
  39.   * Can list the contents of a ZIP file.
  40.  
  41. WnBrowse will ONLY run in the standard and Enhanced mode of Windows, it
  42. will NOT run in real mode. 
  43.  
  44.   **********************************************************************
  45.   * WINDOWS 3.0 USERS - PLEASE NOTE !                                  *
  46.   *                                                                    *
  47.   * As shipped, WnBrowse 3.2 ONLY works with Windows 3.1 and above, it *
  48.   * will NOT work with Windows 3.0 unless you have a copy of the       *
  49.   * Windows 3.1 common dialog DLL COMMDLG.DLL. To save space, this DLL *
  50.   * is not included with WnBrowse. This also applies to the 2.0 level  *
  51.   * of OS/2 (2.1 supports Windows 3.1)                                 *
  52.   **********************************************************************
  53.  
  54. A 32 bit version of WnBrowse for use under the Windows NT system is under
  55. development. 
  56.  
  57. Installing WnBrowse
  58. ===================
  59.  
  60. WnBrowse is distributed as six files :
  61.  
  62.    WNBROWSE.EXE  - The WnBrowse program file
  63.    WNBROWSE.HLP  - The on-line help file
  64.    WNBROWSE.TXT  - Program documentation and registration details.
  65.    WBFXTEN.DLL   - WnBrowse File Manager extension (Windows 3.1 only)
  66.    BWCC.DLL      - The Borland Window Control Class DLL.
  67.    README.NOW    - Information about latest release.
  68.  
  69. (WnBrowse may also be distributed as a compressed ZIP file (WINBRW.ZIP) in
  70. which case you should use PKUNZIP to expand the file before proceeding).
  71.  
  72. 1. Install the WnBrowse files
  73.  
  74.    The two WnBrowse files (EXE and HLP) should be copied to a suitable
  75.    directory on your hard disk. You should then define WnBrowse in a
  76.    suitable Program Manager group (refer to your Windows documentation
  77.    for assistance on this procedure). If you are going to use the File
  78.    Manager extension, you should also copy WBFXTEN.DLL to your hard disk.
  79.  
  80.    Note : In order for Windows to find the WnBrowse help file, it should be
  81.           copied to a file referenced in your DOS PATH statement.
  82.  
  83. 2. Install the Borland DLL.
  84.  
  85.    The BWCC.DLL file contains a number of routines used by WnBrowse to
  86.    produce better looking dialog boxes. You may already have a copy of this
  87.    file on your system, particularly if you use Borland products. If you
  88.    have, you can continue to use your current copy, otherwise you must copy
  89.    BWCC.DLL to one of the following directories :
  90.  
  91.      * The directory that contains WNBROWSE.EXE
  92.      * Your Windows directory (usually C:\WINDOWS)
  93.      * Your Windows system directory (usually C:\WINDOWS\SYSTEM)
  94.      * Any directory contained in your DOS PATH statement.
  95.  
  96. 3. Install the WnBrowse File Manager Extension (Windows 3.1 only).
  97.  
  98.    The WnBrowse package includes an optional extension to the Windows
  99.    File Manager that makes browsing files even easier than drag and drop.
  100.    If you wish to install this feature, you must copy the file WBFXTEN.DLL
  101.    to your hard disk and update the File Manager control file WINFILE.INI
  102.    in your Windows directory (usually C:\WINDOWS) to contain the following
  103.    two lines.
  104.  
  105.    [AddOns]
  106.    WnBrowse=C:\wnbrowse\wbfxten.dll
  107.  
  108.    Note : (1) The path name (after the '=') must specify the full path
  109.               where WBFXTEN.DLL was copied in step 1.
  110.  
  111.           (2) If you already have a File Manager extension installed, then
  112.               there will already be an [AddOns] section. In this case,
  113.               simply add the second line after the existing [AddOns].
  114.  
  115.           (3) If you are not confident about making this change, I suggest
  116.               you save a copy of WINFILE.INI first, or better still get
  117.               the local Windows expert to help.
  118.  
  119.    When you have updated WINFILE.INI as above, you must stop and restart
  120.    the File Manager for the change to take effect.
  121.  
  122.     
  123. ===========
  124. Please Note
  125. ===========
  126.  
  127. WnBrowse is not freeware or in the public domain, it is Shareware. You may
  128. use WnBrowse without charge for a reasonable period of time to evaluate the
  129. product. If after that time you wish to continue using WnBrowse you must
  130. register your copy using the procedure detailed at the end of this file. 
  131.  
  132. However, WnBrowse 3.2 is 100% functional and contains no limitations or 
  133. 'Nag' boxes.
  134.  
  135. Commands
  136. ========
  137.  
  138.   File Menu :
  139.  
  140.        Open...
  141.        -------
  142.  
  143.          Presents a File open dialog box from which the file to be browsed
  144.          can be selected.
  145.  
  146.        Save As...
  147.        ----------
  148.  
  149.          Saves the current text selection to a file of your choice selected
  150.          from the 'Save As' common dialog.
  151.  
  152.        Close File
  153.        ----------
  154.  
  155.          Closes the current file (if any) and iconizes (minimizes).
  156.  
  157.        Previous File
  158.        -------------
  159.  
  160.          Selects the previous file for browsing.
  161.  
  162.        Next File
  163.        ---------
  164.  
  165.          Selects the next file for browsing.
  166.  
  167.        Print...
  168.        --------
  169.  
  170.          Prints the current file or a selection thereof.
  171.  
  172.        Printer Setup...
  173.        ----------------
  174.  
  175.          Used to select a printer and to set printer options.
  176.  
  177.        Show Information...
  178.        -------------------
  179.  
  180.          Displays information about the current file (size,date etc).
  181.  
  182.        Exit
  183.        ----
  184.  
  185.          Exits WnBrowse.    
  186.  
  187.  
  188.   Edit Menu :
  189.  
  190.        Copy
  191.        ----
  192.  
  193.          Copies selected text to the Windows clipboard.
  194.  
  195.        Select All
  196.        ----------
  197.  
  198.          Quickly selects the entire file.
  199.  
  200.  
  201.   Search Menu :
  202.  
  203.        Find...
  204.        -------
  205.  
  206.          Searches for text within the file. The string to be searched for
  207.          can be entered as ASCII or hex characters.
  208.  
  209.        Repeat last find
  210.        ----------------
  211.  
  212.          Searches for the next occurrence of the previous find string.
  213.  
  214.        Goto...
  215.        -------
  216.  
  217.          Allows the file to be scrolled to a specified line or offset.
  218.  
  219.   View Menu :
  220.  
  221.        Text Mode
  222.        ---------
  223.  
  224.          Displays the current file in the text viewing mode (the default 
  225.          for text files).
  226.  
  227.        Hex Mode
  228.        --------
  229.  
  230.          Displays the current file in the hex viewing mode (the default for
  231.          non-text files).
  232.   
  233.        View ZIP File Content...
  234.        ------------------------
  235.  
  236.          Displays information about the files contained within a ZIP file.
  237.  
  238.   Options Menu :
  239.  
  240.         Select Font... 
  241.         --------------
  242.  
  243.           Allows the font to be selected. The same font is used for both
  244.           displaying and printing the file.
  245.  
  246.         Expand Tabs
  247.         -----------
  248.  
  249.           If selected (indicated by a tick mark), any tabs in the file are
  250.           expanded when displaying and printing the file.
  251.  
  252.         Ruler
  253.         -----
  254.  
  255.           If selected, a ruler is displayed in the text viewing mode.
  256.  
  257.         Remove scroll bars
  258.         ------------------
  259.  
  260.           If selected the scroll bars (if needed) are removed. This gives
  261.           more space for file viewing by keyboard fans !
  262.  
  263.         Display status Line
  264.         -------------------
  265.  
  266.           If selected a status line is displayed giving useful status and
  267.           help information.
  268.  
  269.         Display Button Bar
  270.         ------------------
  271.  
  272.           If selected a button bar is displayed allowing one-click access
  273.           to many WnBrowse functions (see on-line help for details).
  274.  
  275.         Colours...
  276.         ----------
  277.  
  278.           Allows the WnBrowse colour scheme to be changed to match your
  279.           particular taste.
  280.  
  281.         Set Line Length...
  282.         ------------------
  283.  
  284.           Sets the length of lines displayed from non-text files in the
  285.           text viewing mode (1-255)
  286.  
  287.         Save Settings
  288.         -------------
  289.  
  290.           Saves all the WnBrowse options.
  291.  
  292.   Help Menu :
  293.  
  294.         Index
  295.         -----
  296.  
  297.           Displays the WnBrowse help index
  298.  
  299.         Keyboard
  300.         --------
  301.  
  302.           Displays help about controlling WnBrowse using the keyboard.
  303.  
  304.         Using Help
  305.         ----------
  306.  
  307.           Displays help on using Windows Help.
  308.  
  309.         About...
  310.         --------
  311.  
  312.           Displays WnBrowse version details. 
  313.  
  314.  
  315. Procedures
  316. ==========
  317.  
  318.    Selecting Files
  319.    ---------------
  320.  
  321.    There are four ways of selecting files for browsing with WnBrowse.
  322.  
  323.    1. Open command
  324.     
  325.       By selecting "Open" from the File menu or by clicking the open 
  326.       button, a dialog box is presented from which a single file can be
  327.       selected. WnBrowse also saves the names of all files contained in
  328.       the file listbox, these can be browsed by selecting the Previous or
  329.       Next file command in the File menu.
  330.  
  331.    2. Drag and Drop
  332.  
  333.       When WnBrowse is executed under Windows 3.1 (or higher), the Drag
  334.       and Drop feature can be used to select files. One or more files can
  335.       be dragged from the File Manager and dropped onto the WnBrowse Window
  336.       or the WnBrowse ICON. To facilitate easy drag and dropping, the 
  337.       WnBrowse ICON can be kept on constant display by selecting 'Keep ICON
  338.       on top' from the WnBrowse system menu. 
  339.  
  340.    3. Command Line
  341.  
  342.       The name of the file to be browsed can be specified on the WnBrowse
  343.       command line. More than one file can be selected by using the DOS
  344.       wildcards '?' and '*'.
  345.  
  346.             WNBROWSE.EXE C:\DOCS\*.TXT
  347.  
  348.       Would select all files in the DOCS directory with a file type of TXT.
  349.  
  350.    4. WnBrowse File Manager Extension.
  351.  
  352.       If you installed the optional WnBrowse File Manager Extension for
  353.       Windows 3.1, you can browse files directly from a new File Manager
  354.       menu. The extension adds an extra menu (Browse) to the File Manager
  355.       menu bar. To browse a file (or files), simply select the files in
  356.       the usual way, and select 'Browse Selected File(s)' from the Browse
  357.       menu. The Browse menu option works from both the directory window
  358.       and the search results window.
  359.  
  360.       If a copy of WnBrowse is not running when the Browse option is
  361.       selected, the WnBrowse File Manager extension attempts to start a 
  362.       copy. For this to work, a copy of WNBROWSE.EXE must be in a directory
  363.       contained in the DOS PATH statement.
  364.  
  365.       
  366.   Selecting Text
  367.   --------------
  368.  
  369.   The mouse is used to select text from the file being browsed. The
  370.   selected text is displayed in a different colour to distinguish it
  371.   from unselected text. Selected text can be copied to the Windows
  372.   clipboard (for pasting into other applications), can be printed, or
  373.   can be save to a file.
  374.  
  375.   Text is selected in the usual way by clicking the mouse at the start or
  376.   end of the required text, and dragging the mouse over the required text.
  377.   If the mouse is dragged outside the boundaries of the WnBrowse window, 
  378.   the file will be scrolled and selected.
  379.  
  380.   To speed up text selected, the keyboard can be used. For example, click
  381.   and hold the mouse at the start of the required text, then use the
  382.   Page-Down key to scroll through the file, selecting as you go.
  383.  
  384.   Note : In text mode, selection is done character by character, in hex
  385.          view mode selection is line by line.
  386.  
  387.  
  388.   Printing 
  389.   --------
  390.  
  391.   The File menu contains two commands used to control printing, the first
  392.   'Printer Setup' is used to select the required printer, and to set
  393.   printer options, such as page size. The actual options available will
  394.   vary according to the type of printer being used.
  395.  
  396.   The second print command 'Print' is used to display a dialog box from
  397.   which file printing is controlled (you can also click on the printer
  398.   button).
  399.  
  400.   The following options are available :
  401.  
  402.     * Print full file or only selected text
  403.     * Set the size of the left, top and bottom margins
  404.     * Print with or without user defined headers and footers.
  405.  
  406.   If the header/footer check box is clicked, the print dialog box is
  407.   expanded to allow the entry of a header and footer line to be printed at
  408.   the top and bottom of each page. Along with the text required in these 
  409.   lines, you may also include the following codes :
  410.  
  411.       &d - Prints the current date
  412.       &t - Prints the current time
  413.       &f - Prints the name of the file being printed
  414.       &p - Prints the current page number
  415.  
  416.   Note: The exact format of the time and date is dependant on the current
  417.         control panel settings.
  418.  
  419.   The slash character '/' can be used to left justify, right justify, or
  420.   centre text within the headers and footers.
  421.  
  422.   for example :
  423.  
  424.      &f/&d/Page &p
  425.  
  426.   would result in :
  427.  
  428.     wnbrowse.txt                28/08/92                    Page 1
  429.  
  430.   Page Ejects
  431.   -----------
  432.  
  433.   When printing a text file, if any line contains a new-page ASCII character
  434.   in position one (hex '0C'), WnBrowse will start a new page before printing
  435.   that line. When printing files that contain new-page characters, you 
  436.   should ensure that the page margins are set to appropriate values.
  437.  
  438.   Mouse control
  439.   -------------
  440.  
  441.   While most WnBrowse functions can be controlled by either the mouse
  442.   or the keyboard, some functions are only available via the mouse. One,
  443.   text selection, has already been covered, below are the rest :
  444.  
  445.  
  446.      Popup File selection
  447.      --------------------
  448.  
  449.        When multiple files are available for browsing, a single right
  450.        click of the mouse in the WnBrowse window will produce a popup
  451.        dialog box allowing quick file selection.
  452.  
  453.      Mouse File positioning
  454.      ----------------------
  455.  
  456.        If the left mouse button is double clicked on a text line two
  457.        things take place :
  458.  
  459.          1. The line is scrolled to the top of the window.
  460.          2. The new file position is remembered by WnBrowse.
  461.  
  462.        If the right mouse button is subsequently double clicked anywhere
  463.        within the WnBrowse text window, the file is repositioned at the
  464.        point saved above. A second right button double click returns to
  465.        the previous position.
  466.  
  467.      Selecting text to search for
  468.      ----------------------------
  469.  
  470.        You can quickly find other occurrences of a text string within a
  471.        file by selecting the text you want to search for before clicking
  472.        the Find button or selecting Find from the Search menu. The selected 
  473.        text will be used as the initial string to be searched for.       
  474.  
  475.      Launch Button
  476.      -------------
  477.  
  478.        When browsing a file that has an associated program defined, you can
  479.        launch that program by clicking on the Launch button. For example,
  480.        if you click the Launch button while browsing a BMP file, the
  481.        Windows paint brush program will be launched. The associations
  482.        used by WnBrowse are defined using the Windows File Manager.
  483.  
  484.   
  485.   Keyboard Usage
  486.   --------------
  487.  
  488.             Key                         Usage    
  489.        ===============  =======================================
  490.  
  491.         F1              Displays the Help Index 
  492.         F3              Performs a Find Next 
  493.         ESC             Closes the file and iconizes 
  494.  
  495.         ctrl-T          Selects text view mode 
  496.         ctrl-H          Selects hex view mode 
  497.  
  498.         ctrl-M          Toggles the display of the menu 
  499.         ctrl-S          Saves the currently selected options 
  500.  
  501.         ctrl-C          Copies selected text to the clipboard 
  502.  
  503.         ctrl-Page Up    Browses the previous file 
  504.         ctrl-Page Down  Browses the next file
  505.  
  506.         Page Up         Scrolls up one window full 
  507.         Page Down       Scrolls down one window full 
  508.         Up Arrow        Scrolls up one line 
  509.         Down Arrow      Scrolls down one line 
  510.         Left Arrow      Scrolls left 8 characters 
  511.         Right Arrow     Scrolls right 8 characters 
  512.         Home            Scrolls to the top of the file 
  513.         End             Scrolls to the bottom of the file. 
  514.    
  515.  
  516.   Saving Options
  517.   --------------
  518.  
  519.   A large number of WnBrowse options can be changed to match your exact
  520.   requirements, these include the colour scheme, default font etc. To
  521.   avoid having to reset these settings each time you start WnBrowse,
  522.   you can save these settings by using the 'Save Settings' command on
  523.   the Options menu. WnBrowse saves all the settings in a private INI file
  524.   in the Windows directory as WNBROWSE.INI. No changes are made to any of 
  525.   the Windows INI files.
  526.  
  527.   Named Saved Options
  528.   -------------------
  529.  
  530.   WnBrowse also allows you to save options as named configurations, 
  531.   allowing you to specify the named configuration at run time.
  532.   To do this you must tell WnBrowse the name of the INI configuration to
  533.   use at startup. This is done by passing the required name as a command
  534.   line parameter.
  535.  
  536.          WNBROWSE.EXE -Iname
  537.  
  538.   The dash character indicates a WnBrowse parameter, the 'I' specifies that
  539.   an INI configuration name follows, 'name' can be any name you like (less
  540.   than 20 characters).
  541.  
  542.   Customizing  File Open Filters
  543.   ------------------------------
  544.  
  545.   When you select the File open command (or click the open button), the
  546.   common Windows file open dialog box is displayed. Included is a list
  547.   box (List files of type) containing file filters. You can use your
  548.   own list of filters by adding a parameter to the WnBrowse options
  549.   file (WNBROWSE.INI).
  550.  
  551.   The filter string should consist of one or more pairs of strings
  552.   separated and terminated by a unique character. For example to allow
  553.   for the selection of TXT files or INI files you would code :
  554.  
  555.     FilterSpec=Text Files (*.TXT)|*.TXT|INI Files (*.INI)|*.INI|
  556.  
  557.   You may also combine filters into a single selection by separating them
  558.   with a semicolon, for example :
  559.  
  560.     FilterSpec=Text Files (*.TXT;*.DOC)|*.TXT;*.DOC|
  561.  
  562.   The First filter in the list is used as the default. The default 
  563.   filter used by WnBrowse is :
  564.  
  565.     All Files (*.*)|*.*|Text Files (*.TXT)|*.TXT|INI Files (*.INI)|*.INI|
  566.   
  567.   Note : WnBrowse does not perform any sanity checks on the supplied
  568.          string. Failure to provide a valid string will produce
  569.          unpredictable results.   
  570.  
  571.   Removing WnBrowse from your system
  572.   ----------------------------------
  573.  
  574.   If after evaluating WnBrowse you decide not to register it, you must
  575.   remove it from your system. To do this delete the following files :
  576.  
  577.            WNBROWSE.EXE
  578.            WNBROWSE.HLP
  579.            WBFXTEN.DLL
  580.            WNBROWSE.TXT
  581.            
  582.   If you also copied the BWCC.DLL file to your hard disk, this file should
  583.   also be deleted. DON'T delete this file if you had a copy before WnBrowse
  584.   was installed ! 
  585.  
  586.   If you saved the WnBrowse settings, delete the file WNBROWSE.INI from
  587.   your Windows directory (usually C:\WINDOWS).
  588.  
  589.   If you installed the WnBrowse File Manager extension, you should remove
  590.   the appropriate line from the [Addons] section of WINFILE.INI.
  591.  
  592.  
  593. Registering WnBrowse
  594. ====================
  595.  
  596.   If you like WnBrowse enough to want to continue using it after the
  597.   evaluation period, you must register it using the procedure below. The
  598.   benefits of registration are many :
  599.  
  600.     * You will have access to free product support.
  601.  
  602.     * You will receive details of new versions of WnBrowse (and hopefully
  603.       other future products).
  604.  
  605.     * You will be able to make suggestions for improvements and (horror)
  606.       report any bugs.
  607.  
  608.     * You will enable me to continue to improve and support what I hope
  609.       is the first of many useful products.
  610.  
  611.     * If the version you are evaluating has been superseded, you will also
  612.       receive a copy of the latest version. 
  613.  
  614.   To get all of the above send a cheque or money order made payable to
  615.   N.G.Thomas to the following address :
  616.  
  617.           Nigel.G.Thomas.
  618.           39 Redshank Avenue,
  619.           Winsford,
  620.           Cheshire CW7 1SP,
  621.           England.
  622.   
  623.   Please send what you think WnBrowse is worth, I suggest 10 UK pounds.
  624.  
  625.   (Please note that at this time I CANNOT accept payment by credit cards,
  626.    if absolutely necessary, send cash (in Sterling))
  627.    
  628.   Include the following :
  629.  
  630.       * Your name
  631.       * Your address and telephone number.
  632.       * From where you acquired WnBrowse
  633.       * The version being evaluated.
  634.       * Required disk size 3.5 or 5.25.
  635.  
  636.       Note : A new disk will ONLY be sent if there is a newer version
  637.              of WnBrowse available.
  638.  
  639.       Any comments on the product would also be appreciated. 
  640.  
  641.   For details on registering multiple copies of WnBrowse, please contact
  642.   me at the above address.
  643.  
  644.   I can also be contacted on CompuServe, my ID is 100117,1542.
  645.  
  646. The Legal Stuff
  647. ---------------
  648.  
  649.    WnBrowse is supplied as is. The author disclaims all warranties, 
  650.    expressed or implied, including, without limitation, the warranties of
  651.    merchantability and of fitness for any purpose. The author assumes no
  652.    liability for damages, direct or consequential, which may result from
  653.    the use of WnBrowse.
  654.  
  655.    WnBrowse is a "shareware program", and is provided at no charge for you
  656.    to evaluate for a reasonable period of time. You may also pass copies of
  657.    WnBrowse to friends so that they may also evaluate the product. If you 
  658.    do pass on WnBrowse, you must do so without modification, including all
  659.    of the supplied files.
  660.  
  661.    If you find WnBrowse useful and wish to continue using it, you must
  662.    register it using the procedure outlined above. Once you have registered
  663.    WnBrowse, you may continue to use this version, and ALL future versions
  664.    of WnBrowse, without further charge.
  665.   
  666.          
  667. Techi stuff + Thanks
  668. --------------------
  669.  
  670.    WnBrowse was developed on an IBM PS/2 model 70 under Windows 3.0 and
  671.    a Dell 466/T under Windows 3.1. It was written in the C language and
  672.    was compiled using the Borland C++ compiler version 3.1. 
  673.  
  674.    The ICON was provided by Arthur. Thanks Arthur !
  675.  
  676.    A number of people have contributed to the design of WnBrowse by 
  677.    providing constructive criticism and suggestions for improvements.
  678.    Thanks to all, but particularly to Tom and Jack. 
  679.  
  680. Release History
  681. ---------------
  682.  
  683.    13/05/91  1.00   Initial release
  684.    21/05/91  1.01   Allow filename to be passed as a parameter
  685.    07/06/91  1.02   Fix horizontal position when re-sizing bug
  686.                     support for Ruler display
  687.                     double-click scroll function
  688.                     Selectable font facility
  689.                     Print support
  690.    12/07/91  1.03   Fix bug in Printer support
  691.    21/08/91  1.04   Added find support
  692.    20/09/91  1.05   Force standard size of initial window
  693.                     Allow text display of hex type file
  694.                     Online help added
  695.                     Support EBCDIC translation for IBMers
  696.    17/10/91  1.06   Added clipboard support
  697.    18/11/91  1.07   Process SB_THUMBTRACK on vertical scroll
  698.                     Extend Printer support
  699.    31/01/92  2.00   Modified to use Borland Window controls (BWCC)
  700.                     Support for initial window size on startup
  701.    05/02/92  2.01   Fix to ColoursProc to avoid the dreaded UAE
  702.                     fix to put window in required place
  703.                     Support file position saving facility
  704.    13/02/92  2.02   Fix to correctly save the font type
  705.                     fix to correctly process the command line
  706.                     support for international character sets
  707.    15/02/92  2.03   Support for large files
  708.                     Support for file information display
  709.                     Support for GOTO dialog
  710.    28/02/92  2.04   Support for status line
  711.                     Fix to prevent menu options being grayed in error
  712.    05/03/92  2.05   Fix to correct selection of single line of text
  713.                     Allow named saves to be made to the ini file
  714.                     Added more status line messages
  715.                     Finally added hex search support
  716.                     Menu status (suppress/display) saved in INI file
  717.    26/03/92  2.06   Support for displaying next/prev file
  718.    24/04/92  2.07   Fixed a few small bugs
  719.                     Changed text selection to character vs line
  720.                     Added file list popup dialog
  721.                     Allow user to set non-text line length
  722.                     Add drag and drop support - 3.1 At Last !
  723.                     Added an extra colour choice - Grey
  724.    21/05/92  2.08   Improve printer setup
  725.                     Support for wild-cards in command line
  726.                     Support file printing via association (-p command)
  727.                     Support for floating ICON
  728.                     Total revamp of colour selection dialog
  729.    05/08/92  2.09   Add call to DragFinish and use 3.1 SDK
  730.    14/08/92  3.00   First shareware version 
  731.                       Added button bar
  732.                       Added Nag Box and registration Dialog
  733.    17/02/93  3.1    Second shareware version :
  734.                       Use common dialogs for file open and font selection
  735.                       Improved the look of the button bar
  736.                       Fixed a couple of well hidden bugs
  737.                       Nag Box and registration dialog removed
  738.                       ZIP File support
  739.  
  740.    22/03/93  3.2    Bug fix +
  741.                       Fixed colour dialog to work with new BWCC.DLL
  742.                       Fix Open dialog to corectly save long path names
  743.                       Allow font sizes to be saved under Windows 3.0
  744.                       Add Save As support.
  745.                       Add Select All menu command.
  746.  
  747.                            ----------------
  748.        
  749.    Windows is a trademark of Microsoft Corporation
  750.    PS/2 and OS/2 are trademarks of International Business Machines Ltd.
  751.    PKUNZIP is copyright PKWARE Ltd.
  752.